Previous topicNext topic
Help > Errors and Error Trapping > Compile Time Errors >
Error 473 - Invalid numeric format

Invalid numeric format - Your program declared a number with more than 18 digits or a floating point number with an E component without the exponent value. This error can also occur if the "&" string concatenation operator is used without leading whitespace. For example: a$ = a$&b$ should be written a$ = a$  &  b$